Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce actor to publish events in eventstream #2078

Closed
wants to merge 6 commits into from

Conversation

rogeralsing
Copy link
Contributor

This introduces a new system actor to publish events to the event-stream.
Before, all events have been published synchronously by default.

It just seems reasonable that publishing is always doing async, but still "in order".

I´m thinking the support for dispatchers in the eventstream should probably be removed, as they are intended for actors only and sort of creeped into the eventstream to fix this specific issue, in the wrong way.

@rogeralsing rogeralsing closed this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant